Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Docs 🤌✨ Deployment complete! Take a peek over at https://3c226342.docs-ajn.pages.dev |
benluelo
reviewed
Dec 23, 2025
docs/src/content/docs/ucs/07.mdx
Outdated
| The following token kinds represent chain-native assets and do **not** include a denomination: | ||
|
|
||
| - `evm-native` — The native gas token of an EVM chain (ETH, MATIC, etc.) | ||
| - `starknet-native` — The native STRK token on Starknet |
Contributor
There was a problem hiding this comment.
no native STRK token, it's just a contract with the (starknet) erc20 interface
Comment on lines
+71
to
+76
| An identifier with an incorrectly checksummed address is **invalid**: | ||
|
|
||
| ``` | ||
| ethereum.1:erc20.0x5aaeb6053f3e94c9b9a09f33669435e7ef1beaed ❌ Invalid (not checksummed) | ||
| ethereum.1:erc20.0x5aAEb6053f3E94c9b9a09f33669435e7ef1beaed ❌ Invalid (wrong checksum) | ||
| ``` |
Contributor
There was a problem hiding this comment.
"implementations may choose to parse unchecksummed addresses, as is common when dealing with ethereum addresses, however they must only produce checksummed denoms when displaying."
Co-authored-by: ben <git@luelo.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR introduces the UCS07 specification documentation.
Note that for simplicity's sake, I kept the universal_chain_id as a required component of a valid UCS07.